45bf3e6974a3c664d920fc34783dabb1268a6039,server/sonar-server/src/test/java/org/sonar/server/tester/ServerTester.java,ServerTester,start,#,95

Before Change


      
      platform.init(properties);
      platform.addComponents(components);
      platform.doStart();
    } catch (Exception e) {
      stop();
      Throwables.propagate(e);

After Change


          properties.put(StringUtils.substringAfter(key, PROP_PREFIX), entry.getValue());
        }
      }
      platform = new Platform();
      platform.init(properties);
      platform.addComponents(components);
      platform.doStart();
    } catch (Exception e) {
      stop();
      Throwables.propagate(e);